BuilderErrorType
import { BuilderErrorType } from "@hyper-fetch/core"
Description
Defined in builder/builder.types.ts:41
Preview
type BuilderErrorType = Record<string, any> | string;
Structure
Record<string, any> | string
import { BuilderErrorType } from "@hyper-fetch/core"
Defined in builder/builder.types.ts:41
type BuilderErrorType = Record<string, any> | string;
Record<string, any> | string